home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.jan.archive / 000086_crash!uniwa.uwa…!multi!robbage_Mon, 31 Jan 94 00:25:14 PST.msg < prev    next >
Text File  |  1994-02-17  |  5KB  |  121 lines

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1owt@bkhouse.cts.com>; Mon, 31 Jan 94 00:25:14 PST
  3. Received: from uniwa.uwa.edu.au by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0pQ26m-00007yC; Fri, 28 Jan 94 14:56 PST
  5. Received: from localhost (uucp@localhost) by uniwa.uwa.edu.au (8.6.4/8.6.4) id GAA26026 for bkhouse.cts.com!AmigaE; Sat, 29 Jan 1994 06:56:09 +0800
  6. Received: by multi.multiline.com.au (Smail3.1.28.1 #6)
  7.     id m0pPvHd-000SpQC; Fri, 28 Jan 94 23:38 WST
  8. Message-Id: <m0pPvHd-000SpQC@multi.multiline.com.au>
  9. Date: Fri, 28 Jan 1994 23:38:56 +0800 (WST)
  10. In-Reply-To: <199401261726.MAA11658@freenet.carleton.ca> from "ao443@freenet.carleton.ca" at Jan 26, 94 12:26:06 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. MIME-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 2667
  16. From: robbage@multi.multiline.com.au (Rob Nottage)
  17. To: AmigaE@bkhouse.cts.com
  18. Subject: Re: Amiga E bug! (I'm pretty sure.)
  19.  
  20. >     I seem to have found a bit of a bug in E. When trying to track
  21. > down memory loss in Dirj, through a whole lot of debug code, I managed to
  22. > track down the loss to a routine that frees a linked list of structures.
  23. > The structure is something like this.
  24.  
  25. I have a project similar to this I'm working on when I'm not doing much
  26. else.  my OBJECT is similar to yours. 
  27.  
  28. > OBJECT file
  29. >     next:LONG
  30. >     name:LONG     /* Name is ptr to String*/
  31. >     date:LONG    /* Date is ptr to datestamp */
  32. >     size:LONG /* Just a long */
  33. > ENDOBJECT
  34. >     Ok, name and date are allocated with String and New respectively.
  35. > The freeup routine uses Dispose on both of them, ie Dispose(file.name) ;
  36. > Dispose(file.date), then Dispose(file), which was also created with New().
  37. > Dispose frees up the datestamp, but not the filename. Now, supposedly all
  38.  
  39. Odd, because I also use New() and String() for similar fields, and I also
  40. use Dispose() to free up the memory. It works ok here. I get every byte back
  41. that my program uses. I can't explain what the problem is unfortunately.
  42.  
  43. Just going off track a bit here, have you found a suitable and fast way of
  44. drag selecting multiple files in the window? That's where I'm having the
  45. most problems.
  46.  
  47. Also, it's a great excersize doing a project like this. I learned how to
  48. make appwindows and appicons. My project lets you drop any disk or drawer
  49. icon on the appicon and it will automatically load that path into the
  50. dirutil.  I also have made it so that doubleclicking the appicon will
  51. iconify/uniconify the window (this project doesn't open it's own screen)
  52.  
  53. One other thing I'm stuck on is with a device/volume/assign list. I want to
  54. be able to show it similar to the way ASL shows it ie:
  55.  
  56.  
  57. DEVICENAME:   VOLUMENAME:             xx% full
  58. DEVICE2:      VOLUME2:                yy% full
  59. C:                                    Assign
  60. CLIPS:                                Assign
  61.  
  62. etc...
  63. But... no matter which way I do it, I either end up with devices I don't
  64. want
  65. (SER:  AUX: PRT: PAR: etc)  or I have no devices at all, just volumes and
  66. assigns...   the second option would be OK if I knew how to get the device
  67. name from the volume name..  e.g. given I have a volumename of
  68. AmigaLibDisk930,  how do I find from that the device it is in?
  69. e.g. DF3:
  70.  
  71. At the moment I'm just showing ALL devices/volumes and assigns. Will cause
  72. some
  73. problems if someone decided to try and view the contents of PAR:  :-)
  74.  
  75.  
  76.  
  77. -- 
  78.    ___________________________________
  79.   /                                   \
  80.   |  robbage@multi.multiline.com.au   |
  81.   |  Rob Nottage 3:690/662.0@FidoNet  |
  82.   |             41:616/662.0@AmigaNet |
  83.   \___________________________________/
  84. From crash!freenet.carleton.ca!ao443 Mon, 31 Jan 94 00:27:32 PST
  85. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  86.       id <1ozo@bkhouse.cts.com>; Mon, 31 Jan 94 00:27:32 PST
  87. Received: from freenet-news.carleton.ca by crash.cts.com with smtp
  88.     (Smail3.1.28.1 #18) id m0pQ66I-0000T7C; Fri, 28 Jan 94 19:11 PST
  89. Received: from freenet.carleton.ca by freenet-news.carleton.ca (4.1/SMI-4.0)
  90.     id AA00198; Fri, 28 Jan 94 22:12:12 EST
  91. Received: from localhost (ao443@localhost) by freenet.carleton.ca (8.6.4/8.6.4) id WAA00380; Fri, 28 Jan 1994 22:11:53 -0500
  92. Date: Fri, 28 Jan 1994 22:11:53 -0500
  93. Message-Id: <199401290311.WAA00380@freenet.carleton.ca>
  94. Reply-To: ao443@freenet.carleton.ca
  95. From: ao443@freenet.carleton.ca (Jason Maskell)
  96. To: AmigaE@bkhouse.cts.com
  97. Subject: Re: Adventure in E
  98.  
  99.  
  100. >
  101. >
  102. >Hi
  103. >
  104. > I've been thinking about what I would like to do with this game
  105. >I've started working on.
  106. {Stuff deleted}
  107. >thorntonj@beast.cs.hh.ab.com
  108. >
  109.     Hey, I like the sounds of this. I myself am going to be converting
  110. Fangband into E with the C2E converter when/if it gets done, so I know the
  111. temptation. Good luck, and feel free to ask me for help.. I've done a lot
  112. of stuff with the console, so I can help you for sure, though I know lots
  113. of other people on here will love to help out as well. 
  114.  
  115.  
  116. --
  117. 'You see son, if this were Star Trek, we'd be negotiating with this Kobold.'
  118. - Unknown Angband Player